djbuch.kapitel_04
Class AppletAwtEvent

java.lang.Object
  |
  +--AppletBase
        |
        +--djbuch.kapitel_04.AppletAwtEvent
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class AppletAwtEvent
extends AppletBase
implements java.awt.event.ActionListener

Author:
Thomas Ekert
See Also:
Serialized Form

Constructor Summary
AppletAwtEvent()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void notesAppletDestroy()
           
 void notesAppletInit()
           
 void notesAppletStart()
           
 void notesAppletStop()
           
 void paint(java.awt.Graphics g)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppletAwtEvent

public AppletAwtEvent()
Method Detail

notesAppletInit

public void notesAppletInit()

notesAppletStart

public void notesAppletStart()

notesAppletStop

public void notesAppletStop()

notesAppletDestroy

public void notesAppletDestroy()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

paint

public void paint(java.awt.Graphics g)